Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.comment.api.Adapter

Documentation

Defines Commentable document adapter

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.comment.api.Adapter">

  <documentation>
    Defines Commentable document adapter
  </documentation>

  <!-- Commentable Document Adapter -->
  <extension target="org.nuxeo.ecm.core.api.DocumentAdapterService"
    point="adapters">
    <adapter class="org.nuxeo.ecm.platform.comment.api.CommentableDocument"
      factory="org.nuxeo.ecm.platform.comment.impl.CommentableAdapterFactory" />
  </extension>

</component>